-
Notifications
You must be signed in to change notification settings - Fork 12
chore: bump OpenAPI version #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| [compat] | ||
| Downloads = "1" | ||
| OpenAPI = "0.1" | ||
| OpenAPI = "0.1,0.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since Kuber.jl is a registered package, we probably need to also up the patch version of the package for a new registration?
|
@mdpradeep Could you also add a commit updating the |
|
Nevermind... I added a commit now with that. |
Thanks @tanmaykm |
|
Not sure. Looks like the tests have passed, but subsequently it got a SIGSEGV during process termination. |
|
Did some more tests, and I am able to narrow the segfault down to the case where julia exits while libcurl is holding some open connections. |
|
Thanks @tanmaykm 👍 |
No description provided.